home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- global chica, idioma
- if the key = RETURN then
- cursor(-1)
- set clave to the text of field "password"
- if (chica = "D") and (clave = "27NI32") then
- set correcto to 1
- else
- if (chica = "E") and (clave = "51BL10") then
- set correcto to 1
- else
- if (chica = "F") and (clave = "24KA21") then
- set correcto to 1
- else
- alert("Incorrect Password." & RETURN & numToChar(10) & "Try again.")
- end if
- end if
- end if
- if correcto then
- puppetSprite(9, 0)
- puppetSprite(10, 0)
- go("clip")
- else
- set the text of field "password" to EMPTY
- end if
- else
- pass()
- end if
- end
-